Přeskočit na hlavní obsah

Interface: Action<TSettings>

types/formManagement/action.Action

An action that is executed when a submission is create/deleted/udpated in the form management system.

Type parameters

Name
TSettings

Hierarchy

Properties

handler

handler: ("after" | "before")[]

When the action should be executed.

Defined in

src/web-app/src/types/formManagement/action.ts:17


method

method: ("create" | "updated" | "delete")[]

Which methods should trigger the action.

Defined in

src/web-app/src/types/formManagement/action.ts:21


name

name: string

The name of the action.

Defined in

src/web-app/src/types/formManagement/action.ts:9


settings

settings: TSettings

The settings for the action.

Defined in

src/web-app/src/types/formManagement/action.ts:25


title

title: string

The title of the action (displayed in the UI).

Defined in

src/web-app/src/types/formManagement/action.ts:13